CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rbf神经网络 MATLAB

搜索资源列表

  1. MyRbfNet

    0下载:
  2. MATLAB径向基函数神经网络模型计算程序源码-MATLAB radial basis function neural network model program source
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1718
    • 提供者:阿庆
  1. main

    0下载:
  2. 本算法用matalab语言编写,实现了在DCT 域内应用RBF 神经网络检测图像水印-This algorithm with matalab language, the DCT domain RBF neural network application image watermark detection
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1103
    • 提供者:张敏
  1. psoRBF

    4下载:
  2. 粒子群优化算法优化RBF神经网络程序,可用在模式分类等方面-Particle swarm optimization algorithm optimization RBF neural network program can be used in pattern classification, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-04-03
    • 文件大小:2583
    • 提供者:何同学
  1. RBF

    0下载:
  2. 一类新颖的径向基神经网络的MATLAB源代码,有助于加深对RBF NN的理解-Generalized Growing And Pruning RBF, MATLAB source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:464078
    • 提供者:LEVIN
  1. RBFNN

    0下载:
  2. RBF神经网络,用于系统辨识 很好的文件-RBF neural networks for system identification
  3. 所属分类:Graph program

    • 发布日期:2014-12-11
    • 文件大小:66320
    • 提供者:朱业林
  1. bp-rbf-neural-networks

    1下载:
  2. 介绍如何通过matlab使用bp神经网络和rbf神经网络来逼近非线性函数-Describes how to use matlab bp neural network and rbf neural networks to approximate nonlinear functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-02-27
    • 文件大小:1496
    • 提供者:仁杰
  1. rbf-ANN

    0下载:
  2. rbf神经网络源代码,基于MATLAB编程-rbf neural network, based on MATLAB programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:593
    • 提供者:yuyu
  1. RBF

    0下载:
  2. RBF神经网络MATLAB仿真程序,函数回归。-RBF neural network simulation program MATLAB, the function return.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:679
    • 提供者:hanmeimei
  1. RBF_nn_predict_code

    0下载:
  2. RBF神经网络预测程序,先建模再预测,精度不错-RBF neural network prediction program, the first model and then predict good accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:37206
    • 提供者:yyt
  1. RBF-network

    0下载:
  2. matlab 基于PID控制器的RBF神经网络的仿真-matlab PID controller based on RBF neural network simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1183
    • 提供者:wangfuwa
  1. GA-to-RBF

    0下载:
  2. GA to RBF 神经网络,遗传算法,滤波器,MATLAB-GA to RBF neural networks, genetic algorithms, filters, MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3129
    • 提供者:shdfk
  1. pso_ga_RBF_network

    0下载:
  2. 用MATLAB语言编写的,采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Written by MATLAB, using the particle swarm algorithm to RBF neural network parameters were optimized, validated in the test program through the Particle Swarm Optim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2663
    • 提供者:yyt
  1. RBF-based-on-GA

    0下载:
  2. 基于遗传算法的RBF神经网络matlab源程序-Based on Genetic Algorithm and RBF Neural Network
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5466
    • 提供者:mysong
  1. RBF-example

    0下载:
  2. RBF神经网络MATLAB编程源代码,包含样本产生、训练、预测-RBF neural network and MATLAB programming source code, including the sample, training, prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:823
    • 提供者:李多多
  1. RBF-shenjingwangluo-matlab

    0下载:
  2. RBF神经网络 MATlAB仿真程序 ,各种关于神经网络的算法集合,matlab源代码,可以直接运行。-RBF MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1243
    • 提供者:赵钦
  1. 第10章 模糊逼近算法

    0下载:
  2. RBF网络的学习过程与BP网络的学习过程类似,两者的主要区别在于各使用不同的作用函数。BP网络中隐层使用的是Sigmoid函数,其值在输入空间中无限大的范围内为非零值,因而是一种全局逼近的神经网络;而RBF网络中的作用函数是高斯基函数,其值在输入空间中有限范围内为非零值,因为RBF网络是局部逼近的神经网络。(The learning process of RBF networks is similar to the learning process of BP networks. The mai
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:241664
    • 提供者:pingyeliang
  1. 智能控仿真程序

    1下载:
  2. 主要是智能控制算法程序,包含了专家系统,模糊控制,神经网络各种智能控制算法。(Mainly is the intelligent control algorithm, including expert system, fuzzy control, neural network intelligent control algorithm.)
  3. 所属分类:matlab例程

  1. function fitting

    0下载:
  2. Bp\感知器\SVM\RBF的神经网络函数拟合程序,其中大部分都是一维输入一维输出,特别适合刚入门的学习者。(These Program were BP\PERCEPTION\rbf\svm function fitting used matlab)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:18432
    • 提供者:Damon the only
  1. 用RBF神经网络优化PID控制器

    0下载:
  2. matlab nn-pid control
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:dp_pid
  1. 5

    0下载:
  2. 本程序论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。(This procedure describes how to realize neural network in MATLAB environment, including the commonly used neural network and relate
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-23
    • 文件大小:123904
    • 提供者:shanxian12
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com